IDiscordAchievementManager

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

countUserAchievements
void countUserAchievements(int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
fetchUserAchievements
void fetchUserAchievements(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
getUserAchievement
DiscordResult getUserAchievement(DiscordSnowflake achievementId, DiscordUserAchievement* userAchievement)
Undocumented in source. Be warned that the author may not have intended to support it.
getUserAchievementAt
DiscordResult getUserAchievementAt(int index, DiscordUserAchievement* userAchievement)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserAchievement
void setUserAchievement(DiscordSnowflake achievementId, ubyte percentComplete, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta